projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c9e04
)
(nnheader-accept-process-output): Autoload it.
author
Glenn Morris
<rgm@gnu.org>
Tue, 3 Jun 2008 03:15:48 +0000
(
03:15
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 3 Jun 2008 03:15:48 +0000
(
03:15
+0000)
lisp/gnus/ChangeLog
patch
|
blob
|
history
lisp/gnus/pop3.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/ChangeLog
b/lisp/gnus/ChangeLog
index 67da384654015c7fce0205e66a239052ceccb5d9..1bc00d6b667021d6cd2f112b5dbc094c6327e4be 100644
(file)
--- a/
lisp/gnus/ChangeLog
+++ b/
lisp/gnus/ChangeLog
@@
-1,3
+1,7
@@
+2008-06-03 Glenn Morris <rgm@gnu.org>
+
+ * pop3.el (nnheader-accept-process-output): Autoload it.
+
2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
* rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
diff --git
a/lisp/gnus/pop3.el
b/lisp/gnus/pop3.el
index 8f5132cd6731451fbac8b7143ba0b8730bcddb0c..64d338e78a2277bc7e732261a18ce140f60b024d 100644
(file)
--- a/
lisp/gnus/pop3.el
+++ b/
lisp/gnus/pop3.el
@@
-131,6
+131,8
@@
Shorter values mean quicker response, but are more CPU intensive.")
(truncate pop3-read-timeout))
1000))))
+(autoload 'nnheader-accept-process-output "nnheader")
+
(defun pop3-movemail (&optional crashbox)
"Transfer contents of a maildrop to the specified CRASHBOX."
(or crashbox (setq crashbox (expand-file-name "~/.crashbox")))